home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_10_Bit_Enlarge_Behavior.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  97 b   |  10 lines

  1. on mouseEnter me
  2.   go(#next)
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   go(#previous)
  8.   cursor(0)
  9. end
  10.